home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / clint156.zip / CMSC60.BAT < prev    next >
DOS Batch File  |  1992-12-21  |  239b  |  9 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem 
  5. rem This builds the MSC 7.0 library. NOTE: it assumes that the compiler was
  6. rem installed to the directory C600.
  7. rem
  8. clint cmsc60.c -I/c600/include -L cmsc60 -w0
  9.